home *** CD-ROM | disk | FTP | other *** search
/ Digital Pose Collection / Digital Pose Collection.iso / mac / POSE / DATA / MAIN.DXR / 00508_QtNextFrame.ls < prev    next >
Encoding:
Text File  |  1996-06-18  |  281 b   |  12 lines

  1. on mouseUp
  2.   global gqtcastnum
  3.   set the movieRate of sprite 1 to 0
  4.   set atime to the movieTime of sprite 1
  5.   if (atime + 60) > (the duration of cast gqtcastnum - 60) then
  6.     set atime to 0
  7.   else
  8.     set atime to atime + 60
  9.   end if
  10.   set the movieTime of sprite 1 to atime
  11. end
  12.